home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / amax_220.arc / BATCH.ARC / APOLL.BAT next >
DOS Batch File  |  1990-12-16  |  134b  |  10 lines

  1. echo off
  2. cls
  3. echo AMAX Batch File for Generating a Poll
  4. echo  
  5. echo Usage: APOLL address
  6. echo  
  7. pause
  8. amax -b -i -gP%1=Y===
  9.  
  10.